home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / HyperTalkHelp.cpt / HyperTalk Tutorial Sampler 1.1 / card_5863.txt < prev    next >
Text File  |  1989-02-26  |  2KB  |  113 lines

  1. -- card: 5863 from stack: in.1
  2. -- bmap block id: 2969
  3. -- flags: 0000
  4. -- background id: 5587
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide card field "Note"
  9.   hide button 1
  10.   hide button 2
  11.   -- show menuBar
  12. end closeCard
  13.  
  14. on openCard
  15.   hide menuBar
  16. end openCard
  17.  
  18.  
  19.  
  20. -- part 5 (field)
  21. -- low flags: 81
  22. -- high flags: 0001
  23. -- rect: left=61 top=38 right=312 bottom=370
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 0
  27. -- font id: 3
  28. -- text size: 12
  29. -- style flags: 0
  30. -- line height: 16
  31. -- part name: Note
  32.  
  33.  
  34. -- part 3 (button)
  35. -- low flags: 80
  36. -- high flags: 8004
  37. -- rect: left=76 top=279 right=298 bottom=363
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Tell Me More...
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   hide card field "Note"
  49.   hide button 1
  50.   hide button 2
  51.   visual iris open slowly
  52.   go to card id 7019
  53.  
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 4 (button)
  59. -- low flags: 80
  60. -- high flags: A003
  61. -- rect: left=192 top=304 right=323 bottom=236
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: OK
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   hide card field "Note"
  73.   hide button 1
  74.   hide button 2
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 10 (button)
  80. -- low flags: 00
  81. -- high flags: 8003
  82. -- rect: left=362 top=8 right=29 bottom=510
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: What's HyperTutor™?
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   hide card field "Note"
  94.   hide button 1
  95.   hide button 2
  96.   visual iris open slowly
  97.   go to card id 7019
  98.  
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part contents for card part 5
  104. ----- text -----
  105.             HyperTalk‚Ñ¢ Tutorial Sampler
  106.              ¬© 1987 Mark Christopher
  107.  
  108. This Tutorial Sampler is designed for beginning users of the HyperTalk‚Ñ¢ Language with little or no programming experience.
  109.  
  110. It is distributed without charge.  Feel free to pass it on, but please do not remove or change any cards.
  111.  
  112. If you like this sampler, a commercial product called HyperTutor is avilable from Teligraphics which covers all the HyperTalk‚Ñ¢ commands.
  113.